home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / balance < prev    next >
Text File  |  1994-02-21  |  332b  |  18 lines

  1. balance:
  2.  
  3. Syntax:    balance ( a )
  4.  
  5. Description:
  6.  
  7.     Balance uses the LAPACK subroutines DGEBAL and ZGEBAL to
  8.     balance the input matrix so that the row and column norms are
  9.     approximately equal.
  10.  
  11.     balance() returns a list with elements `t' and `ab'.
  12.  
  13.     ab = inv(t)*a*t
  14.  
  15.     And ab is the balanced matrix.
  16.  
  17.     Only square matrices are allowed.
  18.